home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 76 / MF_UK_76_1.iso / Education Feature / MicroWorlds 2.03 Try Me / MicroWorlds 2.03 Try Me.rsrc / TEXT_150_touching?.txt < prev    next >
Encoding:
Text File  |  1998-05-08  |  287 b   |  11 lines

  1. touching? turtle-name turtle-name
  2.  
  3. Reports true if the two turtles are touching each other. Reports false if they are not touching; always reports false if one of them is invisible.
  4.  
  5. Examples:
  6.  
  7. show touching? "t1 "t2
  8. true
  9. waituntil [touching? "t1 "t2]
  10. when [touching? "t1 "t2] [do-this]
  11.